home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HyperMac™1.2.cpt / Home / background_2766.txt < prev    next >
Text File  |  1987-11-27  |  2KB  |  113 lines

  1. -- background: 2766 from stack: in
  2. -- bmap block id: 5738
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Back
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15.  
  16. -- part 22 (button)
  17. -- low flags: 00
  18. -- high flags: 0000
  19. -- rect: left=271 top=296 right=317 bottom=310
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 22308 / 22308
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: next
  28. ----- HyperTalk script -----
  29. on mouseUp
  30.   visual effect Dissolve
  31.   go to next card
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 23 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=25 top=294 right=316 bottom=64
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 19381 / 19381
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: prev
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect dissolve
  51.   go to prev card
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 24 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=337 top=290 right=322 bottom=377
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 14953 / 14953
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: go User Preference
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   visual effect Dissolve
  71.   go to card "User Preferences"
  72. end mouseUp
  73.  
  74.  
  75.  
  76. -- part 25 (button)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=378 top=50 right=96 bottom=512
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 22855 / 22855
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: Date Book
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   go to stack "Phantom Stack I:DateBook"
  91. end mouseUp
  92.  
  93.  
  94.  
  95. -- part 26 (button)
  96. -- low flags: 00
  97. -- high flags: 0000
  98. -- rect: left=25 top=20 right=48 bottom=313
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: Info
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   visual effect dissolve
  110.   go to card "Info"
  111. end mouseUp
  112.  
  113.